-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switched to Gradle for language and diagram server build #1469
Conversation
Klighd currently does not support user images in a language diagram server setting.
to work with new Gradle build
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very cool! Unfortunately our CI seems to be broken at the moment. We have multiple open PRs where the workflows did not trigger.
org.lflang.diagram/src/org/lflang/diagram/synthesis/util/ReactorIcons.java
Show resolved
Hide resolved
The CI configuration was broken on master... I fixed it now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great! Real progress 🚀
org.lflang.diagram/src/org/lflang/diagram/lsp/LanguageDiagramServer.java
Show resolved
Hide resolved
Added missing newline Co-authored-by: Marten Lohstroh <[email protected]>
Replaces the Maven build configuration (+ Pythons script) with a Gradle task for building the LDS jar.
See PR 85 in VSC-LF for associated adjustments.